Applicable to institutions in New Zealand onlyWindcave

Windcave is a third party supplier which is integrated with ebs to process online payments. You must contact Windcave to agree a contract.

When you have negotiated a contract with Windcave, you are ready to start the configuration with ebs. At this point you should have received a URL from Windcave that is specific to your organisation.

The institution settings for Windcave are configured on the following screens (accessed from the Product Modules pane):

The data sent to Windcavewhen making a payment is described in the following table.

Value Source Notes
PxPayUserId Payment Account Id As defined in institution settings
PxPayPayKey Payment Account Key As defined in institution settings
TxnId The ePayment transaction ID Generated from EPAYMENT_TRANSACTION_ID_SEQ DB sequence when creating the payment
AmountInput The total amount being paid -
CurrencyInput The CurrencyCode institution setting ('CurrencyCode') -
EmailAddress Email Address from the payment details Uses the Default Payment Email Address institution setting if user does not have one defined
MerchantReference The Payment Merchant Reference institution setting -
TxnType 'Payment' -
TxnData1 The first 250 bytes of the payment details (pid) token -
TxnData2 The second 250 bytes of the payment details (pid) token -
TxnData3 The third 250 bytes of the payment details (pid) token -
UrlFail The URL used to report back the status of the failed payment This is the server path appended with /epayments/PaymentResponse.aspx
UrlSucceed The URL used to report back the status of the successful payment This is the server path appended with /epayments/PaymentResponse.aspx

Note: Refer to PCI Compliance for further information about how ebs interacts with Windcave.

Back to top